home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoft Programmer's Library
/
Microsoft Programmer's Library (CD-ROM Database)(125-099-008)(Version 1.1a)(CDRM 162100)(1989).iso
/
SAMPCODE
/
OS2SDK11
/
TK4
/
OPENDLG
/
HELLO
/
HELLO.H
< prev
next >
Wrap
Text File
|
1989-02-20
|
369b
|
15 lines
/*
HELLO header file
Created by Microsoft Corporation, 1989
*/
#define ID_RESOURCE 1
#define IDM_FILE 10
#define IDM_OPEN 100
#define IDM_SAVE 101
#define IDM_ABOUT 102
#define IDD_ABOUT 1
MRESULT CALLBACK HelloWndProc(HWND, USHORT, MPARAM, MPARAM);
MRESULT CALLBACK AboutDlgProc(HWND, USHORT, MPARAM, MPARAM);
int cdecl main(void);